home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / audio / DAT / example2.dat < prev    next >
Encoding:
Text File  |  1994-08-02  |  340 b   |  12 lines

  1. #
  2. # This is an example of extracting a program from the tape onto disk.
  3. #
  4. seek bot            # go to the beginning of the tape
  5. seek pn 1            # find the first program
  6. #
  7. # the next command will read from the current position to the beginning
  8. # of track 2, i.e. the whole first program on the tape goes into the file.
  9. #
  10. read /usr/tmp/track1.aiff 2
  11. quit
  12.